Parameters
- item
- The object to locate in the ListBase<T>.
- index
- The zero-based starting index of the search. 0 (zero) is valid in an empty list.
- count
- The number of elements in the section to search.
Return Value
The index of item if found in the list; otherwise, -1.